home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / mac / General Interest / KeyQuencer 1.2.1 / Goodies / Frontier link / DocServer Source Text next >
Text File  |  1994-07-25  |  559b  |  12 lines

  1.  
  2. Verb    KeyQuencer.doScript
  3. Syntax    KeyQuencer.doScript (script) 
  4. Parameters    script is any text that could be typed in the control panel macro editor
  5. Action    Runs the given string as a script
  6. Returns    True
  7. Examples    KeyQuencer.doScript (╥Menu "Edit" "Select All"╙)
  8.     ╚ true
  9. Notes    Ñ This verb requires KQ Apple Events to be in the extensions folder.
  10. Ñ Curly quotes may be used as in any Frontier string to allow straight quotes to be embedded.
  11. Ñ This verb returns as soon as the script is sent to KQ AppleEvents. It doesn╒t wait for the requested action to complete.
  12.